In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GetSelectedTextRegion Method

GetSelectedTextRegion Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Function GetSelectedTextRegion( _

   ByVal RegionIdx As Integer, _

   ByRef RegionLeft As Single, _

   ByRef RegionTop As Single, _

   ByRef RegionWidth As Single, _

   ByRef RegionHeight As Single _

) As GdPictureStatus
public GdPictureStatus GetSelectedTextRegion( 

   int RegionIdx,

   ref float RegionLeft,

   ref float RegionTop,

   ref float RegionWidth,

   ref float RegionHeight

)
public function GetSelectedTextRegion( 

    RegionIdx: Integer;

   var  RegionLeft: Single;

   var  RegionTop: Single;

   var  RegionWidth: Single;

   var  RegionHeight: Single

): GdPictureStatus; 
public function GetSelectedTextRegion( 

   RegionIdx : int,

   RegionLeft : float,

   RegionTop : float,

   RegionWidth : float,

   RegionHeight : float

) : GdPictureStatus;
public: GdPictureStatus GetSelectedTextRegion( 

   int RegionIdx,

   ref float RegionLeft,

   ref float RegionTop,

   ref float RegionWidth,

   ref float RegionHeight

) 
public:

GdPictureStatus GetSelectedTextRegion( 

   int RegionIdx,

   float% RegionLeft,

   float% RegionTop,

   float% RegionWidth,

   float% RegionHeight

) 

Parameters

RegionIdx
RegionLeft
RegionTop
RegionWidth
RegionHeight
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members